golang.org/x/net/http2.serverConn.unackedSettings (field)
5 uses
golang.org/x/net/http2 (current package)
server.go#L619: unackedSettings int // how many SETTINGS have we sent without ACKs?
server.go#L947: sc.unackedSettings++
server.go#L1714: sc.unackedSettings--
server.go#L1715: if sc.unackedSettings < 0 {
server.go#L2014: if sc.unackedSettings == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)